From 1a75eff9a9554f998395d121c89499471308bfd1 Mon Sep 17 00:00:00 2001 From: Paolo Borelli Date: Wed, 29 Feb 2012 19:40:41 +0100 Subject: [PATCH] Annotate gdk_window_get_frame_extents "rect" is an output parameter --- gdk/gdkwindow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c index 7ddf5c45bd..33887526c6 100644 --- a/gdk/gdkwindow.c +++ b/gdk/gdkwindow.c @@ -10434,7 +10434,7 @@ gdk_window_get_root_origin (GdkWindow *window, /** * gdk_window_get_frame_extents: * @window: a toplevel #GdkWindow - * @rect: rectangle to fill with bounding box of the window frame + * @rect: (out): rectangle to fill with bounding box of the window frame * * Obtains the bounding box of the window, including window manager * titlebar/borders if any. The frame position is given in root window -- 2.30.2